home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TABOUT / TABOUT.txt
Text File  |  2001-10-11  |  3KB  |  140 lines

  1. object About: TAbout
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'About'
  7.   ClientHeight = 245
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Tag = 1
  22.     Left = 40
  23.     Top = 40
  24.     Width = 99
  25.     Height = 13
  26.     Caption = 'Quality free software.'
  27.   end
  28.   object URLLabel1: TURLLabel
  29.     Tag = 2
  30.     Left = 40
  31.     Top = 80
  32.     Width = 136
  33.     Height = 13
  34.     Caption = 'http://www.codeforge.co.uk'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsUnderline]
  40.     ParentFont = False
  41.     OnClick = URLLabel1Click
  42.     HiLite = True
  43.     HiLiteColour = clRed
  44.   end
  45.   object URLLabel2: TURLLabel
  46.     Tag = 3
  47.     Left = 40
  48.     Top = 96
  49.     Width = 124
  50.     Height = 13
  51.     Caption = 'support@codeforge.co.uk'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlue
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsUnderline]
  57.     ParentFont = False
  58.     OnClick = URLLabel2Click
  59.     HiLite = True
  60.     HiLiteColour = clRed
  61.   end
  62.   object Label3: TLabel
  63.     Tag = 5
  64.     Left = 40
  65.     Top = 56
  66.     Width = 182
  67.     Height = 13
  68.     Caption = 'TweakAll is, and will always be, FREE!'
  69.   end
  70.   object Label2: TLabel
  71.     Tag = 4
  72.     Left = 40
  73.     Top = 8
  74.     Width = 116
  75.     Height = 22
  76.     Caption = 'TweakAll 2.1'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -19
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object BuildLabel: TLabel
  85.     Left = 40
  86.     Top = 224
  87.     Width = 3
  88.     Height = 13
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     Transparent = True
  96.   end
  97.   object edtThanks: TRichEdit
  98.     Left = 40
  99.     Top = 120
  100.     Width = 265
  101.     Height = 89
  102.     Color = clBtnFace
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     ReadOnly = True
  110.     ScrollBars = ssVertical
  111.     TabOrder = 0
  112.   end
  113.   object btnClose: TBitBtn
  114.     Left = 230
  115.     Top = 216
  116.     Width = 75
  117.     Height = 25
  118.     TabOrder = 1
  119.     OnClick = btnCloseClick
  120.     Kind = bkClose
  121.   end
  122.   object GradientPanel1: TGradientPanel
  123.     Left = 0
  124.     Top = 0
  125.     Width = 33
  126.     Height = 245
  127.     Align = alLeft
  128.     Caption = 'GradientPanel1'
  129.     TabOrder = 2
  130.     GradientStartColour = clBlue
  131.     GradientEndColour = clBlack
  132.     GradientFont.Charset = DEFAULT_CHARSET
  133.     GradientFont.Color = clWhite
  134.     GradientFont.Height = -19
  135.     GradientFont.Name = 'Tahoma'
  136.     GradientFont.Style = [fsBold, fsItalic]
  137.     GradientText = 'Codeforge'
  138.   end
  139. end
  140.